# v8-native-prototype **Repository Path**: mirrors_chromium_googlesource/v8-native-prototype ## Basic Information - **Project Name**: v8-native-prototype - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The code of this project has been moved into the
[V8 repository](https://github.com/v8/v8). ## WebAssembly V8 Native Prototype This repository contains additional source code needed to build a prototype implementation of WebAssembly incorporated into V8. To build: * Install depot_tools: http://dev.chromium.org/developers/how-tos/install-depot-tools * Checkout this prototype: ``` git clone https://github.com/WebAssembly/v8-native-prototype.git ``` * Checkout V8: ``` mkdir v8 cd v8 fetch v8 cd v8 ``` * Add symlinks to prototype from v8: ``` ln -fs $PWD/../../v8-native-prototype third_party/wasm ln -fs $PWD/../../v8-native-prototype test/mjsunit/wasm ``` * make x64.debug wasm=on