This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://github.com/fluencelabs/musl
synced
2025-05-21 11:41:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
musl
/
arch
/
wasm32
/
reloc.h
4 lines
55 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
[WebAssembly] Enable building with 'make' command This change enables all of the .c sources in musl be built with the clang -target wasm32-unknown-unknown-wasm
2017-10-19 17:28:13 -07:00
#
define LDSO_ARCH "wasm32"
[WebAsembly] Build thread code (#22)
2017-11-15 15:58:02 -08:00
#
define CRTJMP(pc,sp) pc()
Reference in New Issue
Copy Permalink