Skip to content

yurydelendik/sqlite-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple WebAssembly demo using source map

Building .wasm and .wasm.map files

It's nessary to install and use wasmception and wasm-sourcemap.py to build WebAssembly binary and source map files:

The make command will execute clang to compile C files, and then extract source maps using wasm-sourcemap. See also "Makefile" file.

Location of .wasm.map files

The .wasm file points to the .wasm.map file that is located at https://yurydelendik.github.io/sqlite-playground/build/, but this location can be changed at "Makefile".

About

Simple WebAssembly demo using source map

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages