Skip to content

Configuration relative path example

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

rhgndf/configrelative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-pack with dependencies which bundle C files

Unsuccessful compilation

There are error messages about not being able to find include files

CMAKE=$(pwd)/cmake.sh CFLAGS="-Iinclude -Os -nostdlib -Wl,--no-entry" wasm-pack build

Successful compilation

CMAKE=$(pwd)/cmake.sh CFLAGS="-I$(pwd)/include -Os -nostdlib -Wl,--no-entry" wasm-pack build

About

Configuration relative path example

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published