Skip to content
Pannous edited this page Oct 7, 2021 · 2 revisions

include

include keyword includes other wasp/text files in place, as they are import keyword includes other wasp/wasm/(etc?) modules semantically use keyword includes abstract high level bundles, e.g. use graphics

require keyword is an alias for import

without file extension the correct include/import/use case is determined and possibly a warning emitted

Search directories are . ./include ./lib ./src ./source

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally